In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / RenderPageToGdPictureImageEx Method

RenderPageToGdPictureImageEx Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function RenderPageToGdPictureImageEx( _

   ByVal DPI As Single, _

   ByVal RenderFormFields As Boolean _

) As Integer
public int RenderPageToGdPictureImageEx( 

   float DPI,

   bool RenderFormFields

)
public function RenderPageToGdPictureImageEx( 

    DPI: Single;

    RenderFormFields: Boolean

): Integer; 
public function RenderPageToGdPictureImageEx( 

   DPI : float,

   RenderFormFields : boolean

) : int;
public: int RenderPageToGdPictureImageEx( 

   float DPI,

   bool RenderFormFields

) 
public:

int RenderPageToGdPictureImageEx( 

   float DPI,

   bool RenderFormFields

) 

Parameters

DPI
RenderFormFields
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members